home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / novell / nw386 / intro-1.386 < prev    next >
Text File  |  1996-07-10  |  4KB  |  121 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. Chapter 1
  12. Introduction
  13.  
  14.  
  15.  
  16. This document is a Theory of Operations for NetWare 386.
  17. Its purpose is to give network system supervisors, MIS
  18. people, developers, and users a detailed introduction to
  19. the major components and overall design of NetWare 386,
  20. v3.0 and v3.1. It includes information on NetWare
  21. Loadable Modules (NLMs), Open Data-Link Interface
  22. specifications, the NetWare STREAMS implementation,
  23. NetWare 386 Directory and File Security attributes, etc.
  24.  
  25. These and other NetWare 386 components and services
  26. combine to make NetWare 386 an open server platform and
  27. the solution to a wide variety of networking needs. Open
  28. Data-Link Interface specifications and the STREAMS
  29. environment combined with NLMs allow media and protocol
  30. independence and an overall versatility that extend
  31. server capability. Thus NetWare 386 offers more potential
  32. for developers and more freedom of choice for managers
  33. and users who want networking solutions tailored to
  34. specific situations. This document explains the
  35. components and design considerations of NetWare 386 in
  36. enough detail to enable managers, developers, and users
  37. to accurately understand and evaluate NetWare 386.
  38.  
  39. A significant difference between NetWare 386 and previous
  40. versions of NetWare is that NetWare 386 takes advantage
  41. of the Intel 80386 chip. Some of these advantages are
  42. listed in the following graphic.
  43.  
  44.  
  45. ----------------------------------------------
  46. NETWARE 386 Takes Advantage fo the 80386 CPU
  47.  
  48.     *  Protected Mode
  49.  
  50.     *  32-bit Instructions
  51.  
  52.     *  32-bit Data Paths
  53.  
  54.     *  No Memory Segmentation
  55.  
  56. ----------------------------------------------
  57.  
  58. The NetWare 386 operating system also uses the 80386
  59. environment to feature a long list of enhancements.
  60.  
  61. ------------------------------------------------
  62.             NetWare Supports
  63.  
  64. *  4 GB Physical Memory (Theoretical)
  65.  
  66. *  Potential of 4,000 Concurrent Connections
  67.    (The current NetWare 3.0 version of the
  68.    shell limits access to 250 concurrent
  69.    connections.)
  70.  
  71. *  100,000 Open Files
  72.  
  73. *  Dynamic Memory Configuration for directory
  74.    cache blocks, routing buffers, maximum
  75.    number of open files, etc.
  76.  
  77. *  32 Volumes with one volume capable of
  78.    spanning 32 hard disks.
  79.  
  80. ------------------------------------------------
  81.  
  82. Perhaps the most significant enhancement, however, is
  83. that NetWare is now an open server platform to which a
  84. network supervisor can easily add customized enhancements
  85. or services. These enhancements include
  86. communication/service protocols, file and directory
  87. systems, naming conventions, LAN drivers, and other value
  88. added services--all suited to a particular environment
  89. or situation.
  90.  
  91. The pieces or tools from which a customized server is
  92. built are NetWare 386 Loadable Modules (NLMs). An NLM is
  93. code that you write and then load into server memory to
  94. become an integral part of NetWare. You can write NLMs
  95. to add a variety of services to the NetWare server
  96. platform, depending upon your needs. 
  97.  
  98. One component that contributes to making NetWare 386 an
  99. open server platform on which NLMs are built is a set of
  100. specifications called Open Data-Link Interface. These
  101. specifications allow multiple communication protocols
  102. such as IPX/SPX, TCP/IP, and AppleTalk to share the same
  103. driver and adapter. LAN Driver NLMs written to the Open
  104. Data-Link Interface specifications allow you to choose
  105. from among a variety of adapters supporting different
  106. networking environments.
  107.  
  108. Thus, you can use NetWare 386 as a foundation to build
  109. a server environment with features important to you; the
  110. open system architecture offers you the potential to
  111. customize your own networking solutions. For example,
  112. NetWare 386 offers the enhancements and services
  113. important to a basic networking platform, yet it no
  114. longer limits you to one communication/service protocol
  115. combination such as IPX/NCP. The limitation of one file
  116. and directory naming convention such as DOS is also
  117. eliminated since NetWare 386 allows Macintosh Name
  118. Support. And with NetWare 386 v3.1, the limitation of one
  119. file system such as the NetWare file system will also be
  120. eliminated.
  121.